ThermalCamera

Thermal camera interface for drones.

Provides access to a drone's thermal camera, if available.

The thermal camera can be activated by changing the thermal mode.

The thermal camera can be obtained from a drone using:

drone.getPeripheral(ThermalCamera.class)

See also

com.parrot.drone.groundsdk.device.Drone

Functions

Link copied to clipboard
Gives access to the camera alignment setting.
Link copied to clipboard
Gives access to the camera automatic High Dynamic Range (HDR) setting.
Link copied to clipboard
Gives access to the auto-record setting.
Link copied to clipboard
Tells whether it is currently possible to start photo(s) capture.
Link copied to clipboard
abstract fun canStartRecording(): Boolean
Tells whether it is currently possible to start recording a video.
Link copied to clipboard
Tells whether it is currently possible to stop photo(s) capture.
Link copied to clipboard
abstract fun canStopRecording(): Boolean
Tells whether it is currently possible to stop recording a video.
Link copied to clipboard
Gives access to the camera exposure setting.
Link copied to clipboard
Gives access to the camera EV (Exposure Value) compensation setting.
Link copied to clipboard
Gives access to the camera exposure lock setting.
Link copied to clipboard
abstract fun isActive(): Boolean
Tells whether the camera is active or not.
Link copied to clipboard
abstract fun isHdrActive(): Boolean
Tells if HDR is currently active.
Link copied to clipboard
abstract fun isHdrAvailable(): Boolean
Tells if HDR is available in the current mode and configuration.
Link copied to clipboard
Gives access to the camera mode setting.
Link copied to clipboard
Gives access to the camera photo mode setting.
Link copied to clipboard
Retrieves the current state of the photo function.
Link copied to clipboard
Gives access to the camera recording mode setting.
Link copied to clipboard
Retrieves the current state of the recording function.
Link copied to clipboard
abstract fun startPhotoCapture()
Requests photo capture to start.
Link copied to clipboard
abstract fun startRecording()
Requests video recording to start.
Link copied to clipboard
abstract fun stopPhotoCapture()
Requests photo capture to stop.
Link copied to clipboard
abstract fun stopRecording()
Requests video recording to stop.
Link copied to clipboard
Gives access to the camera image style setting.
Link copied to clipboard
Gives access to the camera white balance setting.
Link copied to clipboard
Gives access to the camera white balance lock setting.
Link copied to clipboard
abstract fun zoom(): CameraZoom
Retrieves the camera zoom sub-peripheral.